home *** CD-ROM | disk | FTP | other *** search
/ Codemasters Artwork Disc ECTS 2000 ( UK) / Codemasters - Artwork Disc ECTS 2000 (UK).bin / pc / main.dxr / 00144.ls < prev    next >
Encoding:
Text File  |  2000-01-01  |  392 b   |  21 lines

  1. on prepareFrame me
  2.   global gTitle
  3.   case gTitle of
  4.     "toca":
  5.       sprite(8).visible = 0
  6.     "Mu3":
  7.       sprite(8).visible = 0
  8.     "WCS":
  9.       sprite(8).visible = 0
  10.     "SEV":
  11.       sprite(8).visible = 0
  12.     "PPL":
  13.       sprite(8).visible = 0
  14.     "CF":
  15.       sprite(8).visible = 0
  16.     otherwise:
  17.       sprite(8).visible = 1
  18.   end case
  19.   member(the member of sprite 24).scrollTop = 0
  20. end
  21.